home *** CD-ROM | disk | FTP | other *** search
- Finder = {
- ACTIONS = {
- replaceThenFind:;
- replace:;
- enterSelection:;
- findNext:;
- showFindPanel:;
- replaceAll:;
- findPrevious:;
- };
- OUTLETS = {
- matchStory;
- findPanel;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- enterSelection:;
- findPrevious:;
- findNext:;
- replaceAll:;
- replaceThenFind:;
- replace:;
- };
- SUPERCLASS = Object;
- };
- FindPanel = {
- ACTIONS = {
- replaceThenFind:;
- setFinder:;
- replace:;
- enterSelection:;
- findNext:;
- showFindPanel:;
- replaceAll:;
- findPrevious:;
- };
- OUTLETS = {
- findField;
- wholeWordButton;
- replaceField;
- panel;
- searchScope;
- ignoreCaseButton;
- finder;
- };
- SUPERCLASS = Object;
- };
-